home *** CD-ROM | disk | FTP | other *** search
/ Sound Fx / Sound Fx.iso / Software / ZIPED / JZ32V26B.EXE / INSTALL.INF < prev    next >
INI File  |  1996-10-17  |  3KB  |  95 lines

  1. ; JAZZ installation script
  2.  
  3. [Application]
  4. Name=jazz
  5. Title=The JAZZ midi sequencer
  6. Directory=c:\jazz
  7. PM Group=The JAZZ midi sequencer
  8. Free Space=2000          ; in kbytes
  9.  
  10. [Disks] 
  11. 1=JAZZ Install Disk
  12.  
  13. [Directories] 
  14. ; List of destination directories (under the main destination directory).
  15. 1=.
  16.  
  17. [SourceDirs]
  18. ; List of directories on the source disks.
  19. 1=.
  20.  
  21. [FileGroups]
  22. ; List of file groups, max 5.
  23. 1=Main Program Files
  24. 2,N=Support for 3-Button Mouse
  25.  
  26. [Windows Files]
  27. ; Files to be installed in \windows\system.
  28. ;
  29. ; <description>=<source name> <dest name> <sourcedir #> <0> <disk #> <Y | N>
  30. ;
  31. ; The last parameter specifies compression (yes or no)
  32. ;
  33.  
  34. [Files1] 
  35. ;
  36. ; <description>=<source name> <dest name> <sourcedir #> <destdir #> <disk #> <Y | N>
  37. ;
  38. ; The last parameter specifies compression (yes or no)
  39. ;
  40. Latest Changes=changelo.tx_ changelo.txt         1 1 1 Y
  41. Copyright Notice=copying.tx_ copying.txt         1 1 1 Y
  42. JAZZ Config File=jazz2.cf_ jazz.cfg           1 1 1 Y
  43. JAZZ Executable=jazz.ex_ jazz.exe            1 1 1 Y
  44. JAZZ Help Files=jazz.hl_ jazz.hlp            1 1 1 Y
  45. The JAZZ song=jazz.mi_ jazz.mid            1 1 1 Y
  46. TODO List=todo.tx_ todo.txt                1 1 1 Y
  47. Demo Song 1=demo1.mid demo1.mid    1 1 1 N
  48. Demo Song 2=demo2.mid demo2.mid    1 1 1 N
  49. Demo Song 3=demo3.mid demo3.mid    1 1 1 N
  50. Demo Song 4=demo4.mid demo4.mid    1 1 1 N
  51. Demo Rhythm=demo.rhy demo.rhy 1 1 1 N
  52. Demo Harmonies=demo.har demo.har 1 1 1 N
  53.  
  54. [Files2] 
  55. JAZZ 3 Button Mouse=jazz3.cf_ jazz.cfg           1 1 1 Y
  56.  
  57. [PM Group] 
  58. ; Zero or more items to go in the Program Manager (or other
  59. ; shell) group.
  60. ;
  61. ; <Item title> [,<executeable>,<icon index>]=<command spec>
  62. ;
  63. ; E.g.
  64. ;
  65. ; Read Me,progman.exe,28=notepad.exe {1}readme.txt
  66. ; Changes=notepad.exe {1}test.txt
  67.  
  68. JAZZ Sequencer={1}jazz.exe
  69. JAZZ Help={1}jazz.hlp
  70. Latest Changes=notepad.exe {1}changelo.txt
  71. Copyright=notepad.exe {1}copying.txt
  72.  
  73. ;Read Me,progman.exe,28=notepad.exe {1}readme.txt
  74. ;Test File=notepad.exe {1}test.txt
  75.  
  76. [Execution]
  77. ; Zero or more program specifications.
  78. ;
  79. ; [W][?]['<Message>']=<command spec>
  80. ;
  81. ; W:            Wait for program termination
  82. ; ?:            Ask yes/no
  83. ; Message:      Message in message box
  84. ; Command spec: Command line, where {n} is replaced by directory
  85. ;
  86. ; E.g.
  87. ;
  88. ; W=notepad {1}readme.txt                           ; Wait for termination
  89. ; W?'Read the ReadMe now?'=notepad {1}readme.txt    ; Ask if execute
  90. ; 'Read this file carefully!'=notepad {1}readme.txt ; Messagebox, then execute
  91. ; dummy=notepad {1}readme.txt                       ; No message, just execute
  92.  
  93. ; W?'Read the ReadMe now?'=notepad.exe {1}readme.txt
  94.  
  95.